home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Visual Basic.60 / VB98 / WIZARDS / PDWIZARD / SETUP1 / SETUPRES.BAS < prev    next >
Encoding:
BASIC Source File  |  1998-06-18  |  7.2 KB  |  236 lines

  1. Attribute VB_Name = "basSetupRes"
  2. Option Explicit
  3. Option Compare Text
  4.  
  5. '
  6. ' Global vars
  7. '
  8. Global Const resSETMSG% = 1
  9.  
  10. '
  11. 'frmBegin
  12. '
  13. Global Const resSPECDEST% = 100
  14. Global Const resSPECNODEST% = 101
  15.  
  16. '
  17. 'frmWelcome
  18. '
  19. Global Const resWELCOME% = 200
  20.  
  21. '
  22. 'frmPath
  23. '
  24. Global Const resSRCPROMPT% = 300
  25. Global Const resDESTPROMPT% = 301
  26. Global Const resDESTDIR% = 302
  27. Global Const resCREATE% = 303
  28. Global Const resCHANGEDIR% = 304
  29. Global Const resINSTFROM% = 305
  30.  
  31. '
  32. 'Setup1.Bas
  33. '
  34. Global Const resCALCSPACE% = 400
  35. Global Const resDRVREAD% = 401
  36. Global Const resDRVCHK% = 402
  37. Global Const resCANTOPEN% = 403
  38. Global Const resCANTREAD% = 404
  39. Global Const resCANTWRITE% = 405
  40. Global Const resCHKSPACE% = 406
  41. Global Const resMAKEDIR% = 407
  42. Global Const resASKEXIT% = 411
  43. Global Const resINTERRUPTED% = 412
  44. Global Const resCANRUN% = 413
  45. Global Const resINCOMPLETE% = 414
  46. Global Const resQUITNOW% = 415
  47. Global Const resQUITSETUP% = 416
  48. Global Const resSUCCESS% = 417
  49. Global Const resERROR% = 418
  50. Global Const resALLOCUNIT% = 419
  51. Global Const resSAMEASSRC% = 420
  52. Global Const resNOCREATE% = 421
  53. Global Const resNOTPROTECT% = 422
  54. Global Const resINSERT% = 423
  55. Global Const resDISK% = 424
  56. Global Const resINTO% = 425
  57. Global Const resSECTNAME% = 426
  58. Global Const resINVLINE% = 427
  59. Global Const resDIRSPECIFIED% = 428
  60. Global Const resDIRINVALID% = 429
  61. Global Const resNOTEXIST% = 430
  62. Global Const resDIRINVNAME% = 431
  63. Global Const resWRITEPROT% = 432
  64. Global Const resINUSE% = 433
  65. Global Const resOUTOFSPACE% = 434
  66. Global Const resACCESSVIOLATION% = 435
  67. Global Const resSHARINGVIOLATION% = 436
  68. Global Const resOUTOFMEMORY% = 437
  69. Global Const resCANNOTCREATE% = 438
  70. Global Const resCANNOTDELETE% = 439
  71. Global Const resCANNOTRENAME% = 440
  72. Global Const resCANNOTREADSRC% = 441
  73. Global Const resCANNOTREADDST% = 442
  74. Global Const resBUFFTOOSMALL% = 443
  75. Global Const resNOINSTALL% = 444
  76. Global Const resCHKCONNECT% = 445
  77. Global Const resWARNIGNORE% = 446
  78. Global Const resTEMPDRIVE% = 447
  79. Global Const resERR_VSHARE% = 448
  80. Global Const resCANTREADUNC% = 449
  81. Global Const resCHECKUNC% = 450
  82. Global Const resCANTFINDAPPREMOVALLOG = 451
  83. Global Const resBADCOMMANDLINE = 452
  84. Global Const resCANTFINDAPPREMOVALEXE = 453
  85. Global Const resAPPREMOVALICONNAME = 454
  86. Global Const resCANTREGISTERAPPREMOVER = 455
  87. Global Const resCANTCREATEAPPREMOVALICON = 456
  88. Global Const resOVERWRITEPRIVATE = 457
  89. Global Const resOVERWRITEPRIVATE2 = 458
  90. Global Const resCANCELSETUP = 459
  91. Global Const resCHOOSENEWDEST = 460
  92. Global Const resVERIFYCONTINUE = 461
  93. Global Const resERR_REG = 462
  94. Global Const resMICROSOFTSHARED = 463
  95. Global Const resCANTCREATEPROGRAMGROUP = 465
  96. Global Const resCANTCREATEPROGRAMICON = 466
  97. Global Const resCANTCOPYLOG = 467
  98. Global Const resCANTFINDREGFILE = 468
  99. Global Const resCANTRUNPROGRAM = 469
  100. Global Const resREMOTELINENOTFOUND = 470
  101. Global Const resPROGRAMMANAGER = 471
  102. Global Const resUNEXPECTEDRPCREGDAT = 472
  103. Global Const resCANTCOPYPATHTOOLONG% = 473
  104. Global Const resCANTCREATEICONPATHTOOLONG% = 474
  105. Global Const resICONMISSING = 475
  106. '
  107. 'Setup1.Frm
  108. '
  109. Global Const resBADDEFDIR% = 500
  110. Global Const resDISKSPACE% = 501
  111. Global Const resPROGMAN% = 502
  112. Global Const resUPDATING% = 503
  113. Global Const resNOEXE% = 504
  114. Global Const resSETUP% = 505
  115. Global Const resNOSETUPLST% = 506
  116. Global Const resUNEXPECTED% = 507
  117. Global Const resNOFOLDERFORICON = 508
  118. Global Const resSTILLWITHINACTION = 509
  119. Global Const resREMAUTGROUPNAME = 510
  120. Global Const resAUTMGR32ICON = 511
  121. Global Const resRACMGR32ICON = 512
  122. Global Const resNT4WithoutSP2 = 513
  123. Global Const resINSTALLADO = 514
  124. Global Const resREBOOT = 515
  125. Global Const resREBOOTNO = 516
  126. '
  127. 'Common.Bas
  128. '
  129. Global Const resDISKSPCERR% = 600
  130.  
  131. '
  132. 'Forms/Controls
  133. '
  134. Global Const resFRMDIRECTORY% = 701
  135. Global Const resBTNCHGDIR% = 702
  136. Global Const resBTNEXIT% = 703
  137. Global Const resLBLBEGIN = 704
  138. Global Const resBTNCANCEL% = 705
  139. Global Const resLBLDESTFILE% = 706
  140. Global Const resBTNINSTALLNOW% = 707
  141. Global Const resBTNCHGDRV% = 708
  142. Global Const resLBLDRIVE% = 709
  143. Global Const resLBLAVAIL% = 710
  144. Global Const resLBLNEEDED% = 711
  145. Global Const resLBLREQUIRED% = 712
  146. Global Const resLBLNOSPACE% = 713
  147. Global Const resBTNOK% = 714
  148. Global Const resLBLDRIVES% = 715
  149. Global Const resLBLDIRS% = 716
  150. Global Const resLBLPATH% = 717
  151. Global Const resLBLRUNNING% = 718
  152. Global Const resBTNTOOLTIPBEGIN = 719
  153.  
  154. '
  155. ' Group.Frm
  156. '
  157. Global Const resGROUPFRM = 800
  158. Global Const resGROUPLBLMAIN = 801
  159. Global Const resGROUPLBLGROUP = 802
  160. Global Const resGROUPLBLGROUPS = 803
  161. Global Const resGROUPBTNCONTINUE = 804
  162. Global Const resGROUPINVALIDGROUPNAME = 805
  163. Global Const resGROUPINVALIDCHARS = 806
  164. '
  165. 'ServerDt.Frm
  166. '
  167. Global Const resNETWORKADDRESS = 900
  168. Global Const resNETWORKPROTOCOL = 901
  169. Global Const resOK = 902
  170. Global Const resCANCEL = 903
  171. Global Const resREMOTESERVERDETAILSTITLE = 904
  172. Global Const resREMOTESERVERDETAILSLBL = 905
  173. Global Const resNOTEPROTOSEQNOTSUPPORTED = 906
  174. Global Const resNOTEPROTOSEQINVALID = 907
  175. Global Const resPROTOSEQUNEXPECTEDERR = 908
  176. Global Const resNOPROTOCOLSINSETUPLST = 909
  177. Global Const resNOPROTOCOLSSUPPORTED1 = 910
  178. Global Const resNOPROTOCOLSSUPPORTED2 = 911
  179. Global Const resSELECTEDPROTONOTSUPPORTED = 912
  180.  
  181.  
  182. ' Overwrite forms information
  183. Global Const resOVERWRITEFORM = 1000
  184. Global Const resOVERWRITEINFO = 1001
  185. Global Const resOVERWRITEFILE = 1002
  186. Global Const resOVERWRITEDESC = 1003
  187. Global Const resOVERWRITEVER = 1004
  188. Global Const resOVERWRITEKEEP = 1005
  189. Global Const resOVERNOTOALL = 1006
  190. Global Const resOVERYES = 1007
  191. Global Const resOVERNO = 1008
  192. '
  193. 'Logging (common with bootstrapper)
  194. '
  195. Global Const resLOG_FILEUPTODATE = 2000
  196. Global Const resLOG_FILECOPIED = 2001
  197. Global Const resLOG_ERROR = 2002
  198. Global Const resLOG_WARNING = 2003
  199. Global Const resLOG_DURINGACTION = 2004
  200. Global Const resLOG_CANNOTWRITE = 2005
  201. Global Const resLOG_CANNOTCREATE = 2006
  202. Global Const resLOG_DONOTMODIFY = 2007
  203. Global Const resLOG_FILECONTENTS = 2008
  204. Global Const resLOG_FILEUSEDFOR = 2009
  205. Global Const resLOG_USERRESPONDEDWITH = 2012
  206. Global Const resLOG_CANTRUNAPPREMOVER = 2013
  207. Global Const resLOG_ABOUTTOREMOVEAPP = 2014
  208.  
  209. Global Const resLOG_vbok = 2100
  210. Global Const resLOG_vbCancel = 2101
  211. Global Const resLOG_vbabort = 2102
  212. Global Const resLOG_vbretry = 2103
  213. Global Const resLOG_vbignore = 2104
  214. Global Const resLOG_vbyes = 2105
  215. Global Const resLOG_vbno = 2106
  216. Global Const resLOG_IDUNKNOWN = 2107
  217.  
  218.  
  219. 'Other resources possibly common with the bootstrapper
  220. Global Const resCOMMON_CANTREG = 2200
  221. Global Const resCOMMON_CANTREGUNEXPECTED = 2201
  222. Global Const resCOMMON_CANTREGOLE = 2202
  223. Global Const resCOMMON_CANTREGLOAD = 2203
  224. Global Const resCOMMON_CANTREGENTRY = 2204
  225. Global Const resCOMMON_CANTREGREG = 2205
  226. Global Const resCOMMON_CANTREGAUTPRXRPC1 = 2206
  227. Global Const resCOMMON_CANTREGAUTPRXRPC2 = 2207
  228. Global Const resCOMMON_INVALIDFILECHARS = 2209
  229. Global Const resCOMMON_MULTDIRBASENAME = 2210
  230. Global Const resCOMMON_CANTFINDSRCFILE = 2211
  231. Global Const resCOMMON_CANTREGTLB = 2212
  232. Global Const resCOMMON_RICHED32NOTCOPIED = 2213
  233. Global Const resCOMMON_AXDISTNOTCOPIED = 2214
  234. Global Const resCOMMON_WINT351NOTCOPIED = 2215
  235. Global Const resCOMMON_CANTDOREBOOTCOPY = 2216
  236.